home *** CD-ROM | disk | FTP | other *** search
/ Top 102 Games / Top 102 Games.iso / play / dp / install.bat < prev    next >
DOS Batch File  |  1994-09-09  |  325b  |  9 lines

  1. @echo off
  2. if "%1"=="" %0 .
  3. if "%1"=="-D" ECHO Error: Please type A:INSTALL not A:INSTALL.BAT, or for full syntax type A:INSTALLX /?
  4. if "%1"=="-D" GOTO STOPTHIS
  5. if exist %1\dir %0S -D -o %1\
  6. if not exist %1\dir %0X -D -o %1\
  7. if not "%1"=="-D" echo change to the directory %1 and type PATROL to run the demo.
  8. :STOPTHIS
  9.